<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with nodejs update error]]></title><description><![CDATA[A list of topics that have been tagged with nodejs update error]]></description><link>https://community.secnto.com//tags/nodejs update error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:51:56 GMT</lastBuildDate><atom:link href="https://community.secnto.com//tags/nodejs update error.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Running “apt-get update” returns an error “apt-secure(8)”]]></title><description><![CDATA[@zaasmi said in Running “apt-get update” returns an error “apt-secure(8)”:

E: The repository ‘http://asi-fs-n.contabo.net/ubuntu cosmic Release’ no longer has a Release file.                                                                                                                                                                            N: Updating from such a repository can’t be done securely, and is therefore disabled by default.                                                                                                                                                                            N: See apt-secure(8) manpage for repository creation and user configuration details.                                                                                                                                                                            E: The repository ‘http://asi-fs-n.contabo.net/ubuntu cosmic-updates Release’ no longer has a Release file.                                                                                                                                                                            N: Updating from such a repository can’t be done securely, and is therefore disabled by default.                                                                                                                                                                            N: See apt-secure(8) manpage for repository creation and user configuration details.                                                                                                                                                                            E: The repository ‘http://asi-fs-n.contabo.net/ubuntu cosmic-backports Release’ no longer has a Release file.                                                                                                                                                                            N: Updating from such a repository can’t be done securely, and is therefore disabled by default.                                                                                                                                                                            N: See apt-secure(8) manpage for repository creation and user configuration details.                                                                                                                                                                            E: The repository ‘http://security.ubuntu.com/ubuntu cosmic-security Release’ no longer has a Release file.                                                                                                                                                                            N: Updating from such a repository can’t be done securely, and is therefore disabled by default.                                                                                                                                                                            N: See apt-secure(8) manpage for repository creation and user configuration details.                                                                                                                                                                            Error executing command, exiting

Disable in source list error list and runs
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

For Nodejs Update following command will work!
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

]]></description><link>https://community.secnto.com//topic/1964/running-apt-get-update-returns-an-error-apt-secure-8</link><guid isPermaLink="true">https://community.secnto.com//topic/1964/running-apt-get-update-returns-an-error-apt-secure-8</guid><dc:creator><![CDATA[cyberian]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>